DELETE Customer Account vehicle

Endpoint will delete customer vehicle

Path Parameters
  • customer_account_id
    Type: stringFormat: uuid
    required

    Customer account UUID

  • vehicle_id
    Type: string
    required

    Vehicle UUID

Headers
  • X-Request-ID
    Type: string
    required

    Unique request identifier

  • X-QB-Enabled
    enum
    required

    Header which if sent with value 'true' will allow usage of the query building feature in response (through the request's query params). It is mandatory for this part of the documentation.

    values
    • true
    • false
  • Accept
    Type: string
    required

    Type of content accepted by the API (application/json in most cases)

  • Authorization
    Type: string

    Authorization header

  • API-VERSION
    Type: string
    required

    Version of the API to be used

  • Application
    Type: string
    required

    Application key for specific client app

Responses
  • application/json
Request Example for delete/customer-accounts/{customer_account_id}/vehicles/{vehicle_id}
curl https://api-public-demo.menu.app/api/customer-accounts/4e42c2a6-3f23-11ed-936c-1a67b454859d/vehicles/4c8a6770-99c4-4f08-9d91-26152dcb0c89 \
  --request DELETE \
  --header 'X-Request-ID: c10b4a70-6274-490d-80a0-03e7bb826937' \
  --header 'X-QB-Enabled: true' \
  --header 'Accept: application/json' \
  --header 'Authorization: ' \
  --header 'API-VERSION: ' \
  --header 'Application: application-key'
{
  "status": "OK",
  "code": 200
}